home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Tips & Tricks for Windows 95 / Chip Wintips.iso / sterown / inne / ssfd160 / ssfd160.exe / NEC.Z / README.NOW < prev    next >
Encoding:
Text File  |  1994-05-04  |  9.2 KB  |  215 lines

  1.                         Future Domain Corporation
  2.                            NetWare 386 Drivers
  3.                               Version 1.20
  4.  
  5.  
  6.  
  7. I. DIRECTORY CONTENTS
  8.  
  9.     README.TXT   - This file
  10.     INSTALL.EXE  - Installation Program    
  11.     FUTD_3.DSK   - Netware 386 V3.1X Disk Level Driver
  12.     FUTD_4.DSK   - NetWare 386 V4.X Disk Level Driver
  13.     FUTXPT.DSK   - Netware Transport Level Driver
  14.     FUTASPI.DSK  - NetWare ASPI Manager for Future Domain Controllers    
  15.     FUTASPI.DDI  - Installation Information File for NetWare v4.X Install 
  16.                    Program
  17.     SIM950_3.DSK - NetWare 386 V3.1X 950/9C50 IC SCSI I/O Module 
  18.     SIM950_4.DSK - NetWare 386 V4.X 950/9C50 IC SCSI I/O Module 
  19.     SIM950_4.DDI - Installation Information File for NetWare v4.X Install 
  20.                    Program
  21.     SIM18_3.DSK  - NetWare 386 V3.1X 18XX/36XX Series IC SCSI I/O Module 
  22.     SIM18_4.DSK  - NetWare 386 V4.X 18XX/36XX Series IC SCSI I/O Module 
  23.     SIM18_4.DDI  - Installation Information File for NetWare v4.X Install 
  24.                    Program
  25.     CDROM.NLM    - NetWare 386 V3.11 CDROM Netware Loadable Module
  26.             
  27.  
  28. II. INSTALLATION
  29.  
  30.     An installation program (INSTALL.EXE) is provided on this diskette to 
  31.     copy the necessary NetWare drivers that work with your Future Domain 
  32.     controller to your NetWare path. The program installs for both 
  33.     NetWare 386 Version 3.1X and Version 4.X.
  34.  
  35.     1) Loading
  36.  
  37.         The NetWare 386 SCSI driver is actually three NLMs: a transport
  38.         module (FUTXPT.DSK), a SCSI I/O module (SIMxxxx.DSK), and the disk
  39.         driver module (FUTD_x.DSK).  The module FUTD_x.DSK accepts requests 
  40.         from NetWare and passes them to the transport module which in turn 
  41.         routes the request to the appropriate SCSI I/O module (SIMxxxx.DSK).  
  42.         All three drivers must be loaded before you can access your SCSI 
  43.         drives.  Both the FUTXPT.DSK and FUTD_x.DSK are auto-loaded by the 
  44.         SIMxxxx.DSK driver.  FUTASPI.DSK is Future Domain's ASPI (Advanced 
  45.         SCSI Programming Interface) Manager for NetWare 386 V3.1X/4.X.  
  46.         You must load this driver only if are using an NLM that require an 
  47.         ASPI interface.
  48.  
  49.         To load the drivers during initial NetWare 386 V4.X server 
  50.         installation, it is required that the drivers reside either in
  51.         the root directory of the diskette, or in the directory where the
  52.         file SERVER.EXE resides on the hard drive.
  53.  
  54.         To load the drivers manually, first copy the required files to the
  55.         path where the SERVER.EXE file resides using the INSTALL.EXE 
  56.         program, then type the following after starting the server:
  57.  
  58.         (a) For 8-bit Controllers (e.g. TMC-950)
  59.  
  60.             :load sim950_x
  61.             :load futaspi.dsk (optional)
  62.  
  63.         (b) For 16-bit ISA/MCA or 32-bit PCI Controllers 
  64.                 (e.g. TMC-1650/1660/1670/1680/3260, MCS-600/700)       
  65.  
  66.             :load sim18_x
  67.             :load futaspi.dsk (optional)
  68.  
  69.         The FUTXPT.DSK, and FUTD_x.DSK drivers will be automatically 
  70.         loaded by the SIM.
  71.  
  72.     2) Unloading
  73.  
  74.         To unload the drivers you must unload all modules individually.
  75.         For example you had a TMC-3260 in your system, type the following
  76.         at the server prompt:
  77.  
  78.             :unload futaspi (optional)
  79.             :unload futd_x
  80.             :unload sim18_x
  81.             :unload futxpt
  82.  
  83.  
  84. III. DRIVER PARAMETERS
  85.  
  86.     1)  The SCSI I/O modules (SIMxxxx.DSK) support a command line parameter 
  87.         that prevents auto-loading of the FUTD_x.DSK driver.  This parameter
  88.         is provided so that you may load the FUTD_x.DSK driver with command
  89.         line parameters, and is used as follows:  
  90.         
  91.             :load sim18_3 /na
  92.           
  93.     2)  The SCSI I/O module for the 16-bit adapters (i.e., SIM18_3.DSK and
  94.         SIM18_4.DSK) support a driver parameter that disables the negotia-
  95.         tion for synchronous data transfers for a specific SCSI device. 
  96.         This parameter is provided for those devices that cannot handle the
  97.         SCSI synchronous data transfer negotiation properly. The driver 
  98.         parameter is used as follows:
  99.         
  100.             /!s=hba(target,lun)[,hba(target,lun)...]
  101.         
  102.             where: hba    = adapter number assigned by SIM18_x.DSK
  103.                    target = SCSI ID of device
  104.                    lun    = LUN of device
  105.         
  106.             example:      
  107.                 :load sim18_x /!s=0(1,0)
  108.         
  109.         The above will disable the negotiation for synchronous data 
  110.         transfer to the drive with SCSI ID 1 and LUN 0 on adapter 0. 
  111.         
  112.         WARNING: The above driver parameter must be used if and only if the
  113.         SCSI device was not found by the SCSI I/O module during its 
  114.         initialization.  If this driver parameter is used for a SCSI device 
  115.         found during initialization, the server may fail.
  116.  
  117.     3)  The FUTD_x.DSK drivers support a command line parameter that
  118.         excludes adapter/device combinations.  When this parameter is
  119.         specified, the target ID (including all LUNs) will NOT be shown to
  120.         NetWare.  This parameter is provided to support ASPI-based disk 
  121.         array software and is used as follows:
  122.  
  123.             /e=hba(target_list) [,hba(target_list)...]
  124.  
  125.             where: target_list = target[,target...] - one or more targets
  126.                                = *                  - all targets
  127.                    hba    = adapter number
  128.                    target = SCSI ID of device
  129.  
  130.             example:
  131.                 :load futd_x /e=0(1,2,3), 1(*)
  132.  
  133.         The above will prevent SCSI IDs 1, 2, and 3 on adapter 0, and
  134.         SCSI IDs 0 thru 7 on adapter 1 from being seen by NetWare.
  135.  
  136.         NOTE: You must first load the SIMxxxx.DSK driver with the /NA 
  137.         parameter so that the FUTD_x.DSK driver will not be auto-loaded 
  138.         then load the FUTD_x.DSK driver with your desired parameter.
  139.  
  140.  
  141.     4)  The FUTD_x.DSK driver supports a command line parameter that 
  142.         disables SCSI disconnect.  The default SCSI disconnect status is 
  143.         enabled.  The parameter is used as follows:
  144.             
  145.             :load futd_x /!d
  146.  
  147.         NOTE: You must first load the SIMxxxx.DSK driver with the /NA 
  148.         parameter so that the FUTD_x.DSK driver will not be auto-loaded, 
  149.         then load the FUTD_x.DSK driver with your desired parameter.
  150.  
  151.  
  152. IV.  HELPFUL HINTS
  153.  
  154.     1)  If you want to have the disk drivers load automatically upon server
  155.         startup, you must add the appropriate load commands in your 
  156.         STARTUP.NCF file.  
  157.  
  158.     2)  CDROM Users: The CDROM.NLM provided on this diskette (supplied by
  159.         Novell, Inc.) must be loaded after the Future Domain disk driver 
  160.         has been loaded and SYS has been mounted.  Type "CD HELP" for a 
  161.         list of available CDROM commands after loading this module.
  162.  
  163.     3)  On NetWare 386 V3.11 servers, please be sure to reboot your system
  164.         before bringing up your server.  DO NOT bring down the server and 
  165.         starting it back up without rebooting.
  166.  
  167.     4)  When running NetWare for OS/2 (That is... running a Novell V4.X 
  168.         server under OS/2, NOT the OS/2 Requester), please be sure that the
  169.         OS/2 ADD for the adapter is not loaded.  If both the OS/2 ADD and 
  170.         the NetWare SIM are loaded, there will be two drivers attempting to
  171.         utilize the same memory base, I/O base, and/or IRQ.
  172.  
  173.         Please note that NetWare for OS/2 is only supported for NetWare 386 
  174.         V4.X and OS/2 V2.1.
  175.  
  176.     5)  Some 486 processors have a hardware problem.  In order to get 
  177.         around the bug in the chip, Intel recommended a work around to 486
  178.         system designers.  This workaround, however, will cause the message
  179.         "lost interrupt detected by hardware controller" or "spurious 
  180.         interrupt detected by hardware controller" to be displayed when our 
  181.         driver is loaded.  There is nothing wrong with your system, it will 
  182.         run fine.  You can tell NetWare not to complain about these lost 
  183.         interrupts with the SET command from the server console or 
  184.         STARTUP.NCF file. 
  185.  
  186.             SET DISPLAY LOST INTERRUPT ALERTS = OFF
  187.             SET DISPLAY SPURIOUS INTERRUPT ALERTS = OFF
  188.  
  189.     6)  If you plan to modify the write-protect tab on removable media 
  190.         while the server is up, please make a note of the following 
  191.         limitation: 
  192.  
  193.         NetWare will not allow you to change Read Only media into Read/
  194.         Write media.  However, you may change Read/Write media into Read 
  195.         Only media.  Novell is currently working to resolve this issue.
  196.  
  197.     7)  The default Read-After-Write Verify status is "Verify Disabled".  
  198.         You may, however, select "Hardware or Software Level Verify" at 
  199.         any time using MONITOR.NLM.
  200.  
  201.  
  202. VI. CUSTOMER SERVICE
  203.  
  204.     To contact our Customer Service Department please call:
  205.  
  206.         Future Domain Corporation
  207.         Customer Service
  208.         2801 McGaw Avenue
  209.         Irvine, CA 92714
  210.  
  211.         Phone:  (714) 253-0440
  212.         FAX:    (714) 253-0429
  213.  
  214.         Monday - Friday, 8AM to 5PM PST
  215.